-
Notifications
You must be signed in to change notification settings - Fork 17
hal: renesas: ra: Migrate FSP RA to version 6.1.0 #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hal: renesas: ra: Migrate FSP RA to version 6.1.0 #137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lack the update for drivers/ra/fsp/src/r_sce
. Other files are indentical with FSP 6.1.0
Migrate RA FSP from version 6.0.0 to version 6.1.0 Signed-off-by: Khoa Tran <[email protected]>
Add COMPARATOR_TRIGGER_NO_EDGE for e_comparator_trigger enum in r_comparator_api.h Signed-off-by: Khoa Nguyen <[email protected]>
Since FSP has changed to use the BSP_ICU_VECTOR_NUM_ENTRIES macro, but Zephyr does not have an automatically allocated IRQ number table to support BSP_ICU_VECTOR_NUM_ENTRIES. As a solution, we will continue using BSP_ICU_VECTOR_MAX_ENTRIES. Signed-off-by: Khoa Nguyen <[email protected]>
Remove static definition of some functions to avoid duplicate implementation in Zephyr SDHC driver, allows extern from Zephyr side Signed-off-by: Tran Van Quy <[email protected]>
Move the place to store bsp from .code_in_ram section to .ramfunc Signed-off-by: Khoa Nguyen <[email protected]>
This commit is to remove the statis definition of some internal funtions which used for Zephyr driver to avoid duplicate implement Signed-off-by: Quy Tran <[email protected]>
When enabling DCACHE, Flash hp can't read or write. This commit aim to fix this issue. Signed-off-by: Khoa Nguyen <[email protected]>
Modify RX transfer info for sci, sci_b uart reception with DTC Remove redundant configuration Signed-off-by: The Nguyen <[email protected]>
add bug fix for wrong configuration for number of acceptance filter rules for r_canfd channel 1 Signed-off-by: The Nguyen <[email protected]>
Add support for USBFS on r_usb_device Signed-off-by: The Nguyen <[email protected]>
IRQ priority on Zephyr have offset, disable the priority setting for IRQ in FSP HAL layer so that priority setting will not be override when Open() API is called Signed-off-by: Duy Nguyen <[email protected]>
Remove const to allow changing the value at runtime for ``p_phy_lsi_cfg_list`` in ra/fsp/inc/instances/r_ether_phy.h Signed-off-by: Khoa Nguyen <[email protected]>
This update is for Ethernet driver to better fit into Zephyr standard. Add in ETHER_CFG_USE_CUSTOM_PHY_DRIVER to Ethernet controller driver to skip the phy control and allow the use of Zephyr phy driver. Add phy link speed to Ethernet controller driver instance control. Add phy_lsi_address to Ethernet phy instance control to allow the control of phy address as input Signed-off-by: Duy Nguyen <[email protected]>
Fixed IO definition issue for ELC register struct on RA8D1, RA8M1, RA8T1 Signed-off-by: Khanh Nguyen <[email protected]>
Update FSP commit id Signed-off-by: Khoa Tran <[email protected]>
d038600
to
19a4165
Compare
Thank you, We have updated the migration for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good to me. Thanks.
Migrate FSP RA from version 6.0.0 to 6.1.0